Update Static QR
PUT /api/v1/businesses/{businessId}/tenants/{tenantId}/static/qr
Description
Update the static QR code for a specific business and tenant.
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantId | string | The ID of the tenant (path) |
businessId | string | The ID of the business (path) |
Example
PUT /api/v1/businesses/{businessId}/tenants/{tenantId}/static/qr
Response Code: 200 - OK
Description
No specific links or additional information provided for the response.
LANGUAGE
CURL REQUEST
curl --request PUT \
--url /api/v1/businesses/{businessId}/tenants/{tenantId}/static/qr \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!